home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 41 / Amiga Format CD41 (1999-06)(Future Publishing)(GB)[!][issue 1999-07].iso / -screenplay- / shareware / heretic / heretic.readme < prev    next >
Text File  |  1999-04-20  |  8KB  |  191 lines

  1. Short:    Heretic Amiga Port v0.89 (68k & PPC)
  2. Author:   Sebastian Jedruszkiewicz (elf^venus art)
  3. Uploader: bjsebo@jota.ii.tuniv.szczecin.pl
  4. Type:     game/shoot
  5. Requires: AGA or CGFX, 8(??)Mb of mem.
  6. Replaces: game/shoot/Heretic.lha
  7.  
  8.                             Heretic Amiga Port.
  9.              Please read guide included in archive carefully.
  10.  
  11. new in v1.0
  12.     - New feature: jumping! Jump with ENTER key.
  13.     - fixed windowed mode on cgfx. 
  14.     - fixed directcgx routines. (It rocks on BVision;)
  15.     - fixed bug that caused crash in PPC version.
  16.     - added -screenmode switch. See Guide for more info.
  17.     - added -wad switch. Someone asked for it. It can be used to
  18.       specify wad file (ie -wad heretic1.wad).
  19.     - fixed bug which caused crash on exit with -directcgx switched
  20.       on. I am not sure about that, so someone please verify this.
  21.       (It works for me).
  22.  
  23. new in v0.999(9)
  24.     - PPC version is much faster now. Please refer to
  25.       Guide for more info.
  26.     - Close Gadget now works in window mode. Of course it 
  27.       quits the game ;)
  28.     - Added Amiga Menus. Just press Right Mouse button and see
  29.       what will happen. Works only in Window mode so far.
  30.       Maybe I will add this feature also to screen version of
  31.       Heretic. Treat this as an experiment. For example
  32.       Load, Save and New game does not work. Other menus
  33.       may work or not.
  34.     - Fixed HAM6 routine in 68k version.
  35.     - Added support for ToolTypes (at least ;) all tool types
  36.       available are listed in Guide. 
  37.     - New bilinear filtering functions on PPC side.
  38.       Written by Noe, fast as hell.
  39.     - New transparency code in hicolor (PPC) faster, better.
  40.     - Fixed all 15Bit routines to work in 15bit ;)
  41.       Some of them (like transparency code) was working
  42.       still in 8 Bit mode.
  43.     - Cleaned the code. Found a lot of code, that was not
  44.       needed. Removed. Runs Faster.
  45.     - At least fixed the 'Exit-Hang-Bug' in WOS version.
  46.     - Added couple of inline assembly functions in WOS version.
  47.     - Added couple of asm optimized functions in 68k version.
  48.  
  49. new in v0.951 (has not been released - I had no time)
  50.     - New Venus Art Customers Service started. We now supports
  51.       both ppc kernels. We also have hope, other people will do 
  52.       the same thing. 
  53.      * Now you aren't terrorised by PowerUP/WarpOS advocacy. 
  54.      * Now you have choice !!!
  55.     - Added HereticWOS executable. Use on your own risk.
  56.       It has not been tested. A lot of things may not work.
  57.       If it crashes - don't blame me. vbcc is not the best
  58.       compiler on world, for sure.
  59.     - Fixed Map rendering in hi-resolution.
  60.     - Fixed display routines.
  61.     - title and intermissions songs works (I forgot about that - it is
  62.       available from v 0.89 I think)    
  63.  
  64. new in v0.935
  65.     - Probably introduced a lot of new bugs in cgfx display
  66.       routines (dunno if this version is working om cgfx or not)
  67.       Maybe it will be fixed, maybe not - who knows?
  68.     - Fixed framerate calculations in -playdemo & -timedemo1
  69.     - removed -turbo switch. It was only needed to simulate 'very fast'
  70.       game, reported by some people. Now -bus fixes this bugs, so there is
  71.       no need to keep -turbo. However, it can be simulated on PPC,
  72.       with -bus switch and very low bus_clock value.
  73.     - added couple of asm-optimized functions in 68k version.
  74.     - Removed sound precacheing. 'Eated' lot of memory (some people don't
  75.       have 64Mb ,like I do ;) and caused some problems. Actually it has
  76.       been removed already in v0.89, but I forgot to mention.
  77.     - renamed DoomSound.library to HereticSound.library. It is not compatible
  78.       with doomsound.library.
  79.     - Added new c2p module (c2p_highres) which can be used on AGA to
  80.       get higher resolution. It is damn slow anyway.
  81.     - fixed high reslution. Weapon is now rendered correctly
  82.       as well as all texts and graphics elements.
  83.     - added -scaledgui switch. See Guide for more info.
  84.     - renamed config file to va_heretic.cfg (No more problems with
  85.       other ports).
  86.  
  87. new in v0.89
  88.     - fixed almost all routines, to use any resolution.
  89.       However, there still may be some places, where heretic will
  90.       show big mess in higher resolution than 320x200.
  91.     - new DoomSound.library. Rewritten by NOE. It has better mixing routines.
  92.       Version has been bumped to 38. Heretic NEEDS this version of library to run
  93.       with sound.
  94.     - Stereo panning works!
  95.     - Sound volume is now much higher.
  96.     - Grid in automap has been activated. See Guide for more info.
  97.     - New faster HAM6 c2p (PPC).
  98.     - Timedemo bugs fixed. Now -timedemo switch works perfectly.
  99.     - Fixed this ugly two little sprites on status bar in hicolor mode.
  100.     - New faster timing routines in 68k version.
  101.     - fixed HereticLauncher, to allow using ':' and other chars in
  102.       'Other Options' gadget.
  103.     - fixed joystick support.
  104.     - added support for external c2p modules (68k).See guide for more info.
  105.           added -c2p switch See guide for more info.
  106.     - added two IconSets. See guide, to see who made it.
  107.     - screenshoting now works also in 256 colour mode. However, pictures
  108.       are saved as 24bit IFF.
  109.     - Fixed sky wraping bug in high resolution.
  110.  
  111. new in v0.8
  112.     - new, faster rendering routines in 68k version.
  113.     - new timing routines. This code was taken from ADoom PPC, with some
  114.       additional optimizations. Added -bus switch. Guide for more info.
  115.  
  116. new in v0.7
  117.     - High resolution. There is a lot of limitations:
  118.       - It does not work on AGA in 68k version
  119.       - It does not work on AGA in hicolor (on both PPC and 68k)
  120.       - A lot of things will probably look weird, I am working on that.
  121.       - It actually can be only used in full screen game, A lot of
  122.         code still need to be patched.
  123.     - Fixed hicolor in cgfx.
  124.     - added -lowdetail switch, lowdetailed  are only floor and ceiling.
  125.       Can be changed during game with 'l' key.
  126.       This speeds game a bit (aspecially on 68k). Does not work in hicolor
  127.       mode.
  128.     - added Heretic Launcher, for easy access to all switches and options.
  129.     - added -turbo options. Some people reported, that this game runs too
  130.       fast on their computers. Now I know why - but I don't know how
  131.       to fix it ;( If you dare, try to finish 1st level, in nightmare 
  132.       + turbo mode ;)
  133.  
  134. new in v0.6
  135.     - Jacek Cybularczyk (Noe) joined to the team ;)
  136.     - I screwed a lot of things in v0.5. Sorrry for that.
  137.     - added -hicolor (enables 15bit rendering) and -bilinear
  138.       (enables bilinear filtering in hicolor) switches.
  139.       Bilinear filtering can be switched on/off during the game
  140.       with F5 key.
  141.       Bilinear filtering works only  on walls,floors and ceilings.
  142.       Sprites are filtered only vertically.
  143.     - Added -ham6 and -ham8 switches. ham6 is default for aga.
  144.     - at least fixed sound routines. It works ok now (at least
  145.       on my machine ;)
  146.     - Fixed AGA Window mode.
  147.     - Hicolor rendering on cgfx has not been tested. 
  148.       So it may not work.
  149.     - Added joy suppport. My joystick is broken,so I dont know
  150.       if it works.
  151.     - Added code to make screenshots. Only in hicolor so far.
  152.  
  153. new in v0.5
  154.     - Fixed some bugs in sound replay routines.
  155.     - All sounds are now precached at start.
  156.     - Heretic now works in window also on AGA. This feature is very 
  157.       buggy at the moment.
  158.  
  159. new in v0.4
  160.     - Sound. I have used doomsound.library which was used in 
  161.       ADoom PPC. This library was created by Joseph Fenton.
  162.       All I have made was pragma file with proper libcall's
  163.       for 68k version of Heretic.
  164.       This also allow to use music (you will need MIDI_Instruments
  165.       from ADoom to hear music). 
  166.       Three new switches:
  167.         -music enables music
  168.         -nosfx disables sound fx
  169.         -nosound disables all sound (music and sfx)
  170.  
  171.     - Fixed all (as always only hopefully ;) bugs in cgfx display
  172.       routines.
  173.  
  174.     - There is no need to use -asl switch on cgfx anymore.Heretic
  175.       will try to find best screen mode automagically.
  176.  
  177.     - Heretic now automagically pauses, if heretic screen or window
  178.       has been deactivated.
  179.  
  180.     - Added mousewheel support. Mousewheel simulates look up
  181.       and look down keys.
  182.  
  183. New in v0.3:
  184.     - Added code to darken display, if menu is active.
  185.     - all keyboard bugs has been fixed. See guide
  186.       for available keys.
  187.     - some minor speedup made to 68k version, and also for
  188.       PPC.
  189.     - hopefully fixed all bugs with cgfx.
  190.     - Sound and network does not work at the moment.
  191.